Welcome![Sign In][Sign Up]
Location:
Search - tsp c

Search list

[Other resourceTSP(C++)

Description: 遗传算法解决TSP问题C++源码,内有详细中文注释及城市距离矩阵生成工具[VC++]-genetic algorithm to solve TSP C source code, have detailed notes and urban Chinese distance matrix generation tools [VC]
Platform: | Size: 14478 | Author: 才华 | Hits:

[AI-NN-PR解TSP问题的遗传算法C语言程序

Description: 解TSP问题的遗传算法C语言程序-solution of TSP genetic algorithm C Programming Language
Platform: | Size: 4096 | Author: 刘鑫 | Hits:

[AI-NN-PR优化TSP局部搜索法

Description: TSP算法,应用局部搜索法得到最优路径,已经经过优化。没有密码,可以使用,vc环境下使用。-TSP algorithm, using local search to be optimal path has been optimized. No password can be used, vc environments.
Platform: | Size: 1357824 | Author: 霍哲 | Hits:

[AI-NN-PR蚂蚁算法求解TSP的源代码

Description: 基于C++开发的蚂蚁算法求解TSP的源程序。这种代码不多见哦,还不快下载。-C development based on the ant algorithm for TSP of the source. This code rare Oh, not faster download.
Platform: | Size: 11264 | Author: 周志连 | Hits:

[AI-NN-PRtsp_solve-1.3.6.tar

Description: tsp c++ /比较好的tsp 代码,运行环境 linux/unix-tsp c/tsp relatively good code, the environment linux/unix
Platform: | Size: 233472 | Author: 00000000 | Hits:

[AI-NN-PRAntColonySystemTSP

Description: 这是用Ant Colony System 解决tsp问题的C++源码 希望对大家研究蚂蚁算法有所帮助-This is used Ant Colony System solution tsp C source of hope for all research Ant Algorithm help
Platform: | Size: 3072 | Author: 刘新儒 | Hits:

[Othertsp.c

Description: 求解货郎担问题的分枝限界算法,程序中有较为详细的注释-solving the traveling salesman problem Branch and Bound algorithm, procedures are more detailed Notes
Platform: | Size: 3072 | Author: 郎风华 | Hits:

[AI-NN-PRTSP(C++)

Description: 遗传算法解决TSP问题C++源码,内有详细中文注释及城市距离矩阵生成工具[VC++]-genetic algorithm to solve TSP C source code, have detailed notes and urban Chinese distance matrix generation tools [VC]
Platform: | Size: 14336 | Author: 才华 | Hits:

[AI-NN-PRtsp(c)

Description: 简单模拟退火算法-货郎担问题.txt(c语言)-simple simulated annealing-traveling salesman problem. Txt (c language)
Platform: | Size: 2048 | Author: yangjin | Hits:

[AI-NN-PRTSP-ant-algorithm

Description: 用于解决TSP问题的蚁群算法,里面有详细注释-TSP solution for the ant algorithm, which detailed Notes
Platform: | Size: 11264 | Author: 葛荣雨 | Hits:

[AI-NN-PRtsp

Description: TSP的智能算法,里面包含最大最小蚁群算法,蚂蚁系统,蚁群系统
Platform: | Size: 2524160 | Author: 赵波 | Hits:

[AI-NN-PRTSP

Description: 在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。-In the Visual C++ Compiler environment, the simulated annealing algorithm procedures and use them to solve a 48 cities TSP problem.
Platform: | Size: 694272 | Author: qihuolin | Hits:

[Mathimatics-Numerical algorithmstsp

Description: c语言实现,遗传算法求解TSP问题,基本遗传算法,未经过优化-c language, genetic algorithm for solving TSP problems, the basic genetic algorithm, has not been optimized
Platform: | Size: 2048 | Author: dodo | Hits:

[AI-NN-PRTSP

Description: 用遗传算法解决旅行商问题,并用图形界面显示出来。比较了分别采用轮盘赌选择算子和锦标赛选择算子的遗传算法求解TSP问题的性能,包括:运行时间、进化总代数和最优解质量。 结果曲线可以用图形显示出来。-Genetic algorithm is used to solve the traveling salesman problem, and use graphical interface is displayed. Compared using roulette selection operator and tournament selection operator of genetic algorithm to solve TSP s performance issues, including: run time, the evolution of the overall quality of algebra and the optimal solution. The results of curve can be used graphics displayed.
Platform: | Size: 71680 | Author: sdfsfdsf | Hits:

[AI-NN-PRGA-TSP

Description: 遗传算法求解TSP源程序,对学习遗传算法编程很有帮助。-Genetic Algorithm for TSP source of learning genetic algorithm programming helpful.
Platform: | Size: 3208192 | Author: 丁立 | Hits:

[AI-NN-PRtsp

Description: ga算法解tsp问题.动态TSP就是城市坐标在随着时间变化,我们的目标则要在最短的时间窗内寻找出最优的城市遍历路径,这是个双最优问题. 这是我对动态TSP算法的理解,使用改进的反序-杂交算法-ga algorithm problems tsp. dynamic TSP is that the town change over time in the coordinates, we aim to have in the shortest possible time window to find out the optimal path to traverse the city, this is a dual-optimal problem. This is my understanding of the dynamic TSP algorithm understanding, the use of improved anti-sequence- Hybrid Algorithm
Platform: | Size: 4096 | Author: 李丽 | Hits:

[Data structstsp

Description: 用C语言实现旅行商问题。该算法简单精悍,效率也不低,是实现TSP问题的很好的算法。-Using C language realize traveling salesman problem. The algorithm is simple and lean, efficiency is not low, the problem is to achieve a good TSP algorithms.
Platform: | Size: 236544 | Author: | Hits:

[AI-NN-PRbacktrack--TSP

Description: 使用回溯法求解TSP问题,使用VC++编写。代码量挺少,不过数据较大的时候需要时间比较长,时间复杂度为O(n!)-Use backtracking to solve TSP problems, the use of VC++ Prepared. Code volume quite low, but when the need for greater data a longer period of time complexity is O (n!)
Platform: | Size: 5120 | Author: 太阳 | Hits:

[AI-NN-PRBasi-An-Colony-Algorithm-fo-TSP

Description: 段海滨教授主编的《蚁群算法原理及其应用》附录里的C程序代码-Professor Duan Haibin editor-in-chief of
Platform: | Size: 6144 | Author: 杨永飞 | Hits:

[VC/MFCc-ACO-tsp

Description: 这是用C语言写的蚁群算法程序,和C++相比,这个程序要更简单,易懂,好看,所以还是看这个的好.-This is the C language using the ant colony algorithm to write procedures, and C++ Compared this process to be more simple, straightforward, good-looking, they still look this good.
Platform: | Size: 1056768 | Author: 张飞舞 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net